home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Steal This CD
/
steal_this_cd.iso
/
Chapter 07 - Where the Hackers Are
/
virc200.exe
/
{app}
/
ViRC.exe
/
0
/
RCDATA
/
TWINDOWEDWHO
/
TWINDOWEDWHO.txt
Wrap
Text File
|
2004-01-05
|
1KB
|
76 lines
object WindowedWho: TWindowedWho
Left = 291
Top = 153
Width = 725
Height = 475
BorderIcons = [biMaximize]
Caption = 'WindowedWho'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Scaled = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object ListView: TListView
Left = 8
Top = 8
Width = 707
Height = 401
Anchors = [akLeft, akTop, akRight, akBottom]
Columns = <
item
Caption = 'Nick'
Width = 100
end
item
Caption = 'Address'
Width = 250
end
item
Caption = 'Op?'
Width = 35
end
item
Caption = 'Away?'
Width = 45
end
item
Caption = 'Real name'
Width = 200
end
item
Caption = 'Server'
Width = 70
end>
MultiSelect = True
RowSelect = True
PopupMenu = WhoPopup
TabOrder = 0
ViewStyle = vsReport
OnColumnClick = ListViewColumnClick
end
object OKBtn: TButton
Left = 640
Top = 416
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object WhoPopup: TPopupMenu
OnPopup = WhoPopupPopup
Left = 176
Top = 112
end
end